Added command to dump recursive file list#5
Conversation
|
Amazing work! @Signum21 |
|
Thanks for the PR. Can these be broken into individual PRs? The terminal GUI one should be fine and the recursive listing as a separate one would also be fine providing a depth can be configured with default sane limits to prevent execution running away from itself over C2 on very deep directory structures. I'm reluctant for the DiscImage upgrade unless there has been some decent amount of testing with the custom image formats, for example AWS images and raw disk access, as I don't want to break that feature. Unfortunately I don't have the time to test that at the moment myself. |
|
Unfortunately the DiscUtils update is necessary, the function GetAttributes in the original DiscUtils is significantly slower. I tested all file extensions, including raw disk image. No problem in splitting the PR and no problem in adding a limit for the recursion. |
Closes #4
Misc
Improve label readability
Various bug fixes
DiscUtils
Migrated to new fork (the old one was abandoned)
Added .vdi support
Terminal Gui
Updated to last version
Gracefully exit from interactive mode (bugfix)
If you need more details on the changes let me know